找传奇、传世资源到传世资源站!

Visual_Studio_2008(c#)开发ActiveX控件及制作CAB包及数...

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】Visual_Studio_2008(c#)开发ActiveX控件及制作CAB包及数字签名总结.rar
Visual_Studio_2008(c#)开发ActiveX控件及制作CAB包及数字签名,实际应用中是很不错的,实际集合好的文件哦,很不错的东东

【相关图片】

from clipboard

from clipboard

【源码结构】

.
├── Visual_Studio_2008(c#)开发ActiveX控件及制作CAB包及数字签名总结
│   ├── Activex
│   │   ├── Activex
│   │   │   ├── Activex.csproj
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       └── Activex.vshost.exe
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           └── TempPE
│   │   ├── Activex.sln
│   │   ├── Activex.suo
│   │   ├── Backup
│   │   │   ├── 2
│   │   │   ├── Activex.sln
│   │   │   ├── Activex.suo
│   │   │   ├── DownLoadActivex
│   │   │   │   ├── DownLoadActivex.csproj
│   │   │   │   ├── IObjectSafety.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── downLoad.Designer.cs
│   │   │   │   ├── downLoad.cs
│   │   │   │   └── downLoad.resx
│   │   │   ├── Setup
│   │   │   │   └── Setup.vdproj
│   │   │   └── TimeShow
│   │   │       ├── IObjectSafety.cs
│   │   │       ├── Properties
│   │   │       │   └── AssemblyInfo.cs
│   │   │       ├── SetTime.Designer.cs
│   │   │       ├── SetTime.cs
│   │   │       ├── SetTime.resx
│   │   │       └── TimeShow.csproj
│   │   ├── DownLoadActivex
│   │   │   ├── DownLoadActivex.csproj
│   │   │   ├── IObjectSafety.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DownLoadActivex.dll
│   │   │   │   │   └── DownLoadActivex.pdb
│   │   │   │   └── Release
│   │   │   │       ├── DownLoadActivex.dll
│   │   │   │       ├── DownLoadActivex.pdb
│   │   │   │       └── DownLoadActivex.tlb
│   │   │   ├── downLoad.Designer.cs
│   │   │   ├── downLoad.cs
│   │   │   ├── downLoad.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DownLoadActivex.csproj.GenerateResource.Cache
│   │   │       │   ├── DownLoadActivex.dll
│   │   │       │   ├── DownLoadActivex.downLoad.resources
│   │   │       │   ├── DownLoadActivex.pdb
│   │   │       │   ├── Refactor
│   │   │       │   └── TempPE
│   │   │       ├── DownLoadActivex.csproj.FileListAbsolute.txt
│   │   │       ├── DownLoadActivex.csproj.UnmanagedRegistration.cache
│   │   │       └── Release
│   │   │           ├── DownLoadActivex.csproj.FileListAbsolute.txt
│   │   │           ├── DownLoadActivex.csproj.GenerateResource.Cache
│   │   │           ├── DownLoadActivex.dll
│   │   │           ├── DownLoadActivex.downLoad.resources
│   │   │           ├── DownLoadActivex.pdb
│   │   │           ├── Refactor
│   │   │           └── TempPE
│   │   ├── Setup
│   │   │   ├── Debug
│   │   │   │   ├── Setup.msi
│   │   │   │   └── setup.exe
│   │   │   ├── Release
│   │   │   │   ├── Setup.msi
│   │   │   │   └── setup.exe
│   │   │   └── Setup.vdproj
│   │   ├── TimeShow
│   │   │   ├── IObjectSafety.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SetTime.Designer.cs
│   │   │   ├── SetTime.cs
│   │   │   ├── SetTime.resx
│   │   │   ├── TimeShow.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   └── Release
│   │   │   │       ├── TimeShow.dll
│   │   │   │       ├── TimeShow.pdb
│   │   │   │       └── TimeShow.tlb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   └── TempPE
│   │   │       ├── Release
│   │   │       │   ├── Refactor
│   │   │       │   ├── TempPE
│   │   │       │   ├── TimeShow.SetTime.resources
│   │   │       │   ├── TimeShow.csproj.GenerateResource.Cache
│   │   │       │   ├── TimeShow.dll
│   │   │       │   └── TimeShow.pdb
│   │   │       ├── TimeShow.csproj.FileListAbsolute.txt
│   │   │       └── TimeShow.csproj.UnmanagedRegistration.cache
│   │   ├── UpgradeLog.XML
│   │   ├── WebSite1
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   └── Default.aspx.cs
│   │   ├── _ReSharper.Activex
│   │   │   ├── AspFileDataCache.dat
│   │   │   ├── BuildScriptCache
│   │   │   │   ├── 1
│   │   │   │   │   └── d4e1079.dat
│   │   │   │   └── 6
│   │   │   ├── CompletionStatistics
│   │   │   │   └── Statistics.dat
│   │   │   ├── ConditionalNames
│   │   │   │   └── 0
│   │   │   │       └── ff7dc68.dat
│   │   │   ├── JSTest
│   │   │   ├── JavaScriptCache
│   │   │   │   ├── 0
│   │   │   │   │   └── 4b6ec388.dat
│   │   │   │   └── 5
│   │   │   │       └── 32999881.dat
│   │   │   ├── JbPdbInfo
│   │   │   │   ├── 74d8b2ca2a9cbcf2b39fcf2e2352f516cf45c86c
│   │   │   │   └── f52db85cf3f4ab2928f35477f9f37900c9cee43b
│   │   │   ├── MVC
│   │   │   ├── ModuleIds.xml
│   │   │   ├── NamedArguments
│   │   │   │   └── 0
│   │   │   │       └── ff7dc68.dat
│   │   │   ├── PersistenIdIndex.bin
│   │   │   ├── RecentItems
│   │   │   │   └── RecentFiles.dat
│   │   │   ├── Resources
│   │   │   │   ├── 1
│   │   │   │   ├── 2
│   │   │   │   └── 3
│   │   │   │       └── 5d419930.dat
│   │   │   ├── SymbolCache.bin
│   │   │   ├── TagPrefixes
│   │   │   │   └── 7
│   │   │   │       └── 7282e753.dat
│   │   │   ├── TodoItems
│   │   │   │   └── 3
│   │   │   │       └── 24176a02.dat
│   │   │   ├── WebSymbols
│   │   │   │   └── 0
│   │   │   │       └── 4b6ec388.dat
│   │   │   ├── WordIndex
│   │   │   │   └── 5
│   │   │   │       └── 6ca2527d.dat
│   │   │   └── XmlIndex
│   │   │       ├── Microsoft.Build.Framework.xml
│   │   │       │   └── CE9DAB91.bin
│   │   │       ├── Microsoft.Build.Tasks.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 11B9EF62.bin
│   │   │       ├── Microsoft.Build.Utilities.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 7265A822.bin
│   │   │       ├── Microsoft.JScript.8.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 83176328.bin
│   │   │       ├── Microsoft.Transactions.Bridge.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 23FFBA03.bin
│   │   │       ├── Microsoft.VisualBasic.8.0.0.0.Contracts.xml
│   │   │       │   └── A925C578.bin
│   │   │       ├── Microsoft.VisualBasic.8.0.0.0.Nullness.Generated.xml
│   │   │       │   └── D90DE0E8.bin
│   │   │       ├── Microsoft.VisualBasic.8.0.0.0.Pure.xml
│   │   │       │   └── 0C9D7BEB.bin
│   │   │       ├── Microsoft.Vsa.8.0.0.0.Nullness.Generated.xml
│   │   │       │   └── B0FD33E8.bin
│   │   │       ├── Microsoft.Vsa.xml
│   │   │       │   └── E376752C.bin
│   │   │       ├── SMDiagnostics.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 7BBDA383.bin
│   │   │       ├── System.2.0.0.0.Contracts.xml
│   │   │       │   └── B40F3D52.bin
│   │   │       ├── System.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 6A42E3C2.bin
│   │   │       ├── System.2.0.0.0.Pure.xml
│   │   │       │   └── 8BF92A01.bin
│   │   │       ├── System.Configuration.2.0.0.0.Contracts.xml
│   │   │       │   └── A7D7CCD2.bin
│   │   │       ├── System.Configuration.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 0B64E342.bin
│   │   │       ├── System.Configuration.2.0.0.0.Pure.xml
│   │   │       │   └── 24CA0981.bin
│   │   │       ├── System.Configuration.Install.2.0.0.0.Contracts.xml
│   │   │       │   └── 88A16EF2.bin
│   │   │       ├── System.Configuration.Install.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── FF1197A2.bin
│   │   │       ├── System.Core.3.5.0.0.Contracts.xml
│   │   │       │   └── E85BCEF6.bin
│   │   │       ├── System.Core.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── FA15F726.bin
│   │   │       ├── System.Core.3.5.0.0.Pure.xml
│   │   │       │   └── 720DBBA5.bin
│   │   │       ├── System.Core.LinqTunnel.xml
│   │   │       │   └── D9B819C3.bin
│   │   │       ├── System.Core.Nullness.Manual.xml
│   │   │       │   └── 693BFE35.bin
│   │   │       ├── System.Core.xml
│   │   │       │   └── C79339FF.bin
│   │   │       ├── System.Data.2.0.0.0.Contracts.xml
│   │   │       │   └── 6CEC9372.bin
│   │   │       ├── System.Data.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 696DCC22.bin
│   │   │       ├── System.Data.2.0.0.0.Pure.xml
│   │   │       │   └── 6C5FA0A1.bin
│   │   │       ├── System.Data.Entity.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── 6B18E3E6.bin
│   │   │       ├── System.Data.Entity.xml
│   │   │       │   └── 9478AEE1.bin
│   │   │       ├── System.Data.I18n.xml
│   │   │       │   └── 4BA2745F.bin
│   │   │       ├── System.Data.Linq.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── FA6BA106.bin
│   │   │       ├── System.Data.Linq.Attributes.xml
│   │   │       │   └── 50E54BDE.bin
│   │   │       ├── System.Data.Linq.I18n.xml
│   │   │       │   └── 8338C47F.bin
│   │   │       ├── System.Data.Linq.xml
│   │   │       │   └── F4210340.bin
│   │   │       ├── System.Data.OracleClient.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 46DBA7A2.bin
│   │   │       ├── System.Data.Services.Client.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── 0ABC2C26.bin
│   │   │       ├── System.Data.Services.Client.xml
│   │   │       │   └── F2DC8063.bin
│   │   │       ├── System.Data.Services.Design.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── F11998A6.bin
│   │   │       ├── System.Data.Services.Design.xml
│   │   │       │   └── 4250CEA8.bin
│   │   │       ├── System.Data.SqlXml.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 9DA2DB22.bin
│   │   │       ├── System.Deployment.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── A29CBF22.bin
│   │   │       ├── System.Design.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── C67F00E2.bin
│   │   │       ├── System.DirectoryServices.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── F9F88CA2.bin
│   │   │       ├── System.DirectoryServices.Protocols.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── EA572402.bin
│   │   │       ├── System.Drawing.2.0.0.0.Contracts.xml
│   │   │       │   └── 3AD69D12.bin
│   │   │       ├── System.Drawing.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── DE857C82.bin
│   │   │       ├── System.Drawing.2.0.0.0.Pure.xml
│   │   │       │   └── 85473141.bin
│   │   │       ├── System.Drawing.Design.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 89687CE2.bin
│   │   │       ├── System.EnterpriseServices.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 75FE90A2.bin
│   │   │       ├── System.I18n.xml
│   │   │       │   └── 7E6153BF.bin
│   │   │       ├── System.IdentityModel.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── C545E403.bin
│   │   │       ├── System.IdentityModel.Selectors.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── F8183BC3.bin
│   │   │       ├── System.Management.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 2285E6A2.bin
│   │   │       ├── System.Messaging.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── DB17AA82.bin
│   │   │       ├── System.Nullness.Manual.xml
│   │   │       │   └── 637B83D5.bin
│   │   │       ├── System.Runtime.Remoting.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 3BD7CBE2.bin
│   │   │       ├── System.Runtime.Serialization.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 99D689E3.bin
│   │   │       ├── System.Runtime.Serialization.Attributes.xml
│   │   │       │   └── 19E5989E.bin
│   │   │       ├── System.Runtime.Serialization.Formatters.Soap.2.0.0.0.Contracts.xml
│   │   │       │   └── 02345952.bin
│   │   │       ├── System.Runtime.Serialization.Formatters.Soap.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 99E77FC2.bin
│   │   │       ├── System.Runtime.Serialization.Formatters.Soap.4.0.0.0.Contracts.xml
│   │   │       │   └── 55A979D4.bin
│   │   │       ├── System.Security.2.0.0.0.Contracts.xml
│   │   │       │   └── 531341F2.bin
│   │   │       ├── System.Security.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── CE40CAA2.bin
│   │   │       ├── System.Security.2.0.0.0.Pure.xml
│   │   │       │   └── 0D7F3F21.bin
│   │   │       ├── System.ServiceModel.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── EF4EF083.bin
│   │   │       ├── System.ServiceModel.Web.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── F4B4AAE6.bin
│   │   │       ├── System.ServiceModel.Web.xml
│   │   │       │   └── 66808228.bin
│   │   │       ├── System.ServiceProcess.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── DCACE422.bin
│   │   │       ├── System.Transactions.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── BEE213A2.bin
│   │   │       ├── System.Web.2.0.0.0.Contracts.xml
│   │   │       │   └── E160C612.bin
│   │   │       ├── System.Web.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 318DC582.bin
│   │   │       ├── System.Web.2.0.0.0.Pure.xml
│   │   │       │   └── 0993BA41.bin
│   │   │       ├── System.Web.Abstractions.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── 561B98E6.bin
│   │   │       ├── System.Web.Abstractions.xml
│   │   │       │   └── 4AB60141.bin
│   │   │       ├── System.Web.Attributes.xml
│   │   │       │   └── 33EA9D5E.bin
│   │   │       ├── System.Web.Extensions.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── DB490466.bin
│   │   │       ├── System.Web.Extensions.xml
│   │   │       │   └── 0DF70550.bin
│   │   │       ├── System.Web.I18n.xml
│   │   │       │   └── C6FEF5FF.bin
│   │   │       ├── System.Web.Mobile.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── D1F27BE2.bin
│   │   │       ├── System.Web.Services.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── A65D29A2.bin
│   │   │       ├── System.Web.Services.Attributes.xml
│   │   │       │   └── C138893E.bin
│   │   │       ├── System.Windows.Forms.2.0.0.0.Contracts.xml
│   │   │       │   └── C99021D2.bin
│   │   │       ├── System.Windows.Forms.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 1E4CD842.bin
│   │   │       ├── System.Windows.Forms.2.0.0.0.Pure.xml
│   │   │       │   └── 77B93E81.bin
│   │   │       ├── System.Windows.Forms.I18n.xml
│   │   │       │   └── B794E83F.bin
│   │   │       ├── System.Windows.Forms.Manual.xml
│   │   │       │   └── BA60B1CB.bin
│   │   │       ├── System.Workflow.Activities.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── C189F223.bin
│   │   │       ├── System.Workflow.ComponentModel.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 804B2983.bin
│   │   │       ├── System.Workflow.Runtime.3.0.0.0.Nullness.Generated.xml
│   │   │       │   └── 75C18E43.bin
│   │   │       ├── System.WorkflowServices.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── 88DCC526.bin
│   │   │       ├── System.WorkflowServices.xml
│   │   │       │   └── 6EB5DB79.bin
│   │   │       ├── System.Xml.2.0.0.0.Contracts.xml
│   │   │       │   └── A6332332.bin
│   │   │       ├── System.Xml.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── DBEE78E2.bin
│   │   │       ├── System.Xml.2.0.0.0.Pure.xml
│   │   │       │   └── 96E3DDE1.bin
│   │   │       ├── System.Xml.Attributes.xml
│   │   │       │   └── F9C6A9FE.bin
│   │   │       ├── System.Xml.I18n.xml
│   │   │       │   └── E864609F.bin
│   │   │       ├── System.Xml.Linq.3.5.0.0.Contracts.xml
│   │   │       │   └── 350F1BF6.bin
│   │   │       ├── System.Xml.Linq.3.5.0.0.Nullness.Generated.xml
│   │   │       │   └── 6DCFE426.bin
│   │   │       ├── System.Xml.Linq.3.5.0.0.Pure.xml
│   │   │       │   └── F13CE8A5.bin
│   │   │       ├── System.Xml.Linq.I18n.xml
│   │   │       │   └── 7A027FDF.bin
│   │   │       ├── System.Xml.Linq.xml
│   │   │       │   └── C650FFA9.bin
│   │   │       ├── System.xml
│   │   │       │   └── 07464C3F.bin
│   │   │       ├── mscorlib.2.0.0.0.Contracts.xml
│   │   │       │   └── 669653D2.bin
│   │   │       ├── mscorlib.2.0.0.0.Interfaces.Nullness.Generated.xml
│   │   │       │   └── A2A75BDA.bin
│   │   │       ├── mscorlib.2.0.0.0.Nullness.Generated.xml
│   │   │       │   └── D26B4A42.bin
│   │   │       ├── mscorlib.2.0.0.0.Pure.xml
│   │   │       │   └── B9983081.bin
│   │   │       ├── mscorlib.I18n.xml
│   │   │       │   └── 0AA1DA3F.bin
│   │   │       ├── mscorlib.Nullness.Manual.xml
│   │   │       │   └── A44AFA55.bin
│   │   │       ├── mscorlib.ValueFlow.xml
│   │   │       │   └── D2DAC228.bin
│   │   │       └── mscorlib.xml
│   │   │           └── 48F8C2BF.bin
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   ├── CAB
│   │   ├── BIN
│   │   │   ├── CABARC.EXE
│   │   │   ├── CABINET.DLL
│   │   │   ├── DicomViewerSetup.cab
│   │   │   ├── DicomViewerSetup.msi
│   │   │   ├── EXTRACT.EXE
│   │   │   ├── MAKECAB.EXE
│   │   │   ├── Setup.msi
│   │   │   ├── Visual_Studio_2008(c#)开发ActiveX控件及制作CAB包总结.doc
│   │   │   ├── install.inf
│   │   │   ├── run.bat
│   │   │   └── 打包CAB.txt
│   │   ├── DOCS
│   │   │   ├── CABARC.DOC
│   │   │   ├── CABFMT.DOC
│   │   │   ├── FCI-FDI.DOC
│   │   │   ├── LZXFMT.DOC
│   │   │   ├── MAKECAB.DOC
│   │   │   └── MSZIPFMT.DOC
│   │   ├── EULA.txt
│   │   ├── INCLUDE
│   │   │   ├── FCI.H
│   │   │   └── FDI.H
│   │   ├── LIB
│   │   │   ├── FCI.LIB
│   │   │   └── FDI.LIB
│   │   ├── README.TXT
│   │   ├── REDIST.TXT
│   │   └── SAMPLES
│   │       ├── DLL
│   │       │   ├── FCIDLL.C
│   │       │   └── FDIDLL.C
│   │       ├── TESTFCI
│   │       │   ├── MAKEFILE
│   │       │   └── TESTFCI.C
│   │       └── TESTFDI
│   │           ├── MAKEFILE
│   │           └── TESTFDI.C
│   ├── Visual_Studio_2008(c#)开发ActiveX控件及制作CAB包总结.doc
│   ├── activex控件开发,以及如何创建数字证书.zip
│   └── 证书
│       ├── XDSb_REG_MSFT.p12
│       └── XDSb_REP_MSFT.p12
└── 5t6t网_Visual_Studio_2008(c#)开发ActiveX控件及制作CAB包及数字签名总结.rar

195 directories, 240 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复